projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2ae13
)
(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 29 Jun 1998 13:32:48 +0000
(13:32 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 29 Jun 1998 13:32:48 +0000
(13:32 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index a76db5ba4b158ba149f9507aef66d47e751a4ab7..cbc58c01cfa2e55dd4ae4c251f2770363946304f 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-228,7
+228,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
#ifndef subprocesses
/* Without asynchronous processes we cannot have BUFFER == 0. */
if (nargs >= 3
- && (INTEGERP (CONSP (args[2]) ? XCAR (args[2]) : args[2])
+ && (INTEGERP (CONSP (args[2]) ? XCAR (args[2]) : args[2])
))
error ("Operating system cannot handle asynchronous subprocesses");
#endif /* subprocesses */